ActiveReports 12
DoubleArray Constructor(DateTime[])

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(DateTime[])
Specifies the date time data for the array.
Initializes a new instance of the DoubleArray class.
Syntax
'Declaration
 
Public Function New( _
   ByVal data() As Date _
)
public DoubleArray( 
   DateTime[] data
)

Parameters

data
Specifies the date time data for the array.
See Also

Reference

DoubleArray Class
DoubleArray Members
Overload List